home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / clock.arc / CLOCK.DOC next >
Text File  |  1984-12-31  |  2KB  |  55 lines

  1.  
  2.  
  3.  
  4.                 Digital Clock     by <<<<UNHOLY PIRATE>>>>
  5.  
  6.         The Digital Clock is a clock that prints in the upper left corner, 
  7. a digital clock in the format xx:xx:xx.  Installed as an interrupt service 
  8. routine off of the 1Ch interrupt.  
  9.  
  10.  
  11.         COMMANDS:
  12.  
  13.                 clock=off  --  turns clock off(does not remove from memory)
  14.                 clock=on   --  (default) turns clock from off state to on.
  15.  
  16.                 arm=off    --  disables alarm feature.
  17.                 arm=on     --  (default) enables alarm feature.
  18.  
  19.            alarm=hh:mm:ss  --  sets alarm trigger time.(note format).
  20.  
  21.  
  22.  
  23.                 Note: All command parameters are changeable at any time.
  24.                         But if reloaded all parms reset to default unless
  25.                         overrided (defaults are arm=on, clock=on).
  26.  
  27.  
  28.         EX #1:
  29.                 clock clock=off alarm=16:45:00
  30.  
  31.                                 turns clock off, sets alarm for 16:45
  32.                                 after alarm sounds, clock is enabled(on).
  33.  
  34.         EX #2:  clock arm=off
  35.  
  36.                                 resets above entry so that alarm is disarmed.
  37.                                 (wont go off). Note that clock is now enabled.
  38.  
  39.         EX #3:  clock 
  40.  
  41.                                 turns alarm trigger back on.
  42.                                 (remember no overide parms, so all revert to
  43.                                         default values).
  44.  
  45.  
  46.  
  47.         The Digital Clock was written in MS C with the use of the
  48. Blaise Computing Ctools 1 & 2. The interrupt driver was a hybrid version
  49. of the Blaise package with special enhancements.
  50.  
  51.  
  52.                <<<<UNHOLY PIRATE>>>>
  53.  
  54.  
  55.